@media (min-width: 700px) and (max-width: 840px) {
    .selfFlexitem .selfFlexinfo {
        padding: 10px 30px;
    }
    .selfFlexitem .selfFlexinfo p:nth-child(1) {
        font-size: 18px;
    }
    .selfFlexitem .selfFlexinfo p {
        font-size: 13px;
    }
}

@media (max-width: 700px) {
    .selfFlexbox {
        display: inline-block;
    }
    .selfFlexbox>.selfFlexitem:nth-child(2) {
        margin-top: 20px;
    }
    .selfFlexitem .selfFlexinfo {
        padding: 10px 30px;
    }
    .slefAIContent1 {
        padding-top: 6vh;
    }
    .slefAIContent6 {
        margin-top: 6vh !important;
    }
    .slefAIContent .selfAitit, .slefAIContent1 .selfAitit {
        font-size: 36px !important;
    }

    .slefAIContent .selfAicon, .slefAIContent1 .selfAicon {
        width: 85% !important;
        margin: 0 auto;
    }

    .slefAIContent3 .aicontent img {
        height: 420px !important;
        width: auto !important;
        margin-top: 30px;
    }
}

@media (max-width: 1320px) {
    .slefAIContent4 .aicontent img, .slefAIContent6 .aicontent img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .slefAIContent5 .aicontent img {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 1140px) {
    .slefAIContent2 .aicontent {
        height: auto;
    }
    .slefAIContent2 .aicontent img {
        width: 80%;
        height: auto;
    }
    .slefAIContent3 .aicontent img {
        width: 80%;
        height: auto;
    }
    .slefAIContent .selfAitit, .slefAIContent1 .selfAitit {
        font-size: 50px;
        margin-bottom: 30px;
        line-height: 20px
    }
    .slefAIContent .selfAicon, .slefAIContent1 .selfAicon {
        font-size: 30px;
    }
}

@media (max-width: 1000px) {
    .slefAIContent .backimg, .slefAIContent .backimg1, .slefAIContent .backimg2 {
        display: none;
    }
    .slefAIContent {
        flex-direction: column;
        margin-top: 6vh;
    }
    .slefAIContent2, .slefAIContent4, .slefAIContent6 {
        flex-direction: column-reverse;
    }
    .slefAIContent .selfAitit, .slefAIContent .selfAicon {
        text-align: center;
        width: 100vw;
    }
    .slefAIContent .selfAicon, .slefAIContent1 .selfAicon {
        font-size: 20px;
        line-height: 32px;
        width: 100vw;
        max-width: 100vw;
        text-align: center;
    }
    .slefAIContent1 {
        margin-bottom: 6vh;
    }
    .slefAIContent6 {
        margin-top: 16vh;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .slefAIContent5 .selfAitit, .slefAIContent5 .selfAicon {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }
}